home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1997 January / Electronic Clipper 1997 January.iso / ideasrc / gallery.dir / 00146_Script_146 < prev    next >
Text File  |  1996-12-16  |  239b  |  13 lines

  1. on exitFrame
  2.   tools
  3.   global gallery
  4.   if gallery = "slideshow" then
  5.     go the frame
  6.   end if
  7.   if gallery = "selfrun" then
  8.     delay 150
  9.   end if
  10.   if not soundbusy(3) then
  11.     sound playFile 3, "skyhigh.aif"
  12.   end if
  13. end if